Package com.cisco.pt.ipc.sim.impl
Class CMEProcessImpl
java.lang.Object
com.cisco.pt.ipc.impl.IPCObjectImpl
com.cisco.pt.ipc.sim.impl.ProcessImpl
com.cisco.pt.ipc.sim.impl.CMEProcessImpl
- All Implemented Interfaces:
IPCObject,CMEProcess,Process
Information provided by the PKI file:
\class CCMEProcess
\brief CCMEProcess is the process that handles CME.
\example network().getDevice("Router0").getProcess("CMEProcess")
- Author:
- Auto-generated
-
Field Summary
Fields inherited from class com.cisco.pt.ipc.impl.IPCObjectImpl
accessMessage, ipcFactory, packetTracerSession -
Constructor Summary
ConstructorsConstructorDescriptionCMEProcessImpl(IPCFactory ipcFactory, PacketTracerSession packetTracerSession, IPCMessageLTV accessMessage) -
Method Summary
Modifier and TypeMethodDescriptiongetDialPeer(int dialPeerTag) Information provided by the PKI file:getEphone(int tag) Information provided by the PKI file:getEphoneDirectory(int dnTag) Information provided by the PKI file:Information provided by the PKI file:Methods inherited from class com.cisco.pt.ipc.sim.impl.ProcessImpl
getOwnerDeviceMethods inherited from class com.cisco.pt.ipc.impl.IPCObjectImpl
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession, sendMessage, sendMessageWithReturn, translateToCommandStatusStringPairMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSessionMethods inherited from interface com.cisco.pt.ipc.sim.Process
getOwnerDevice
-
Constructor Details
-
CMEProcessImpl
public CMEProcessImpl(IPCFactory ipcFactory, PacketTracerSession packetTracerSession, IPCMessageLTV accessMessage)
-
-
Method Details
-
getEphoneDirectory
Information provided by the PKI file:
\brief Returns the CEphoneDirectory object with the specified sequence number. \param dnTag, the unique sequence number of the ephone directory number. \return CEphoneDirectory, the CEphoneDirectory object with the specified sequence number.- Specified by:
getEphoneDirectoryin interfaceCMEProcess- Parameters:
dnTag- Takes in a parameter of dnTag- Returns:
- EphoneDirectory Returns a EphoneDirectory
-
getEphone
Information provided by the PKI file:
\brief Returns the CEphone object with the specified sequence number. \param int tag, the unique sequence number of the ephone. \return CEphone, the CEphone object with the specified sequence number.- Specified by:
getEphonein interfaceCMEProcess- Parameters:
tag- Takes in a parameter of tag- Returns:
- Ephone Returns a Ephone
-
getTelephonyService
Information provided by the PKI file:
\brief Returns the CTelephonyService object. \return CTelephonyService, the CTelephonyService object.- Specified by:
getTelephonyServicein interfaceCMEProcess- Returns:
- TelephonyService Returns a TelephonyService
-
getDialPeer
Information provided by the PKI file:
\brief Returns the CDialPeer object with the specified dial peer tag number. \param dialPeerTag, the tag number of the dial peer. \return CDialPeer, the CDialPeer object with the specified dial peer tag number.- Specified by:
getDialPeerin interfaceCMEProcess- Parameters:
dialPeerTag- Takes in a parameter of dialPeerTag- Returns:
- DialPeer Returns a DialPeer
-